projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f114b
)
(Sequence Functions): Move string-bytes away, add xref.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Mar 2007 18:21:03 +0000
(18:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Mar 2007 18:21:03 +0000
(18:21 +0000)
lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/lispref/sequences.texi
b/lispref/sequences.texi
index 8087b8051cb86878ce1817fb7fb14ded99acb28d..ac5a16e261f8dc9ec4098e8498fce6c703a43ef7 100644
(file)
--- a/
lispref/sequences.texi
+++ b/
lispref/sequences.texi
@@
-111,12
+111,8
@@
Emacs character code.
@end example
@end defun
-@defun string-bytes string
-@cindex string, number of bytes
-This function returns the number of bytes in @var{string}.
-If @var{string} is a multibyte string, this is greater than
-@code{(length @var{string})}.
-@end defun
+@noindent
+See also @code{string-bytes}, in @ref{Text Representations}.
@defun elt sequence index
@cindex elements of sequences